type hash/fnv.sum32a
13 uses
hash/fnv (current package)
fnv.go#L24: sum32a uint32
fnv.go#L52: var s sum32a = offset32
fnv.go#L89: func (s *sum32a) Reset() { *s = offset32 }
fnv.go#L96: func (s *sum32a) Sum32() uint32 { return uint32(*s) }
fnv.go#L110: func (s *sum32a) Write(data []byte) (int, error) {
fnv.go#L113: hash ^= sum32a(c)
fnv.go#L167: func (s *sum32a) Size() int { return 4 }
fnv.go#L174: func (s *sum32a) BlockSize() int { return 1 }
fnv.go#L185: func (s *sum32a) Sum(in []byte) []byte {
fnv.go#L232: func (s *sum32a) AppendBinary(b []byte) ([]byte, error) {
fnv.go#L238: func (s *sum32a) MarshalBinary() ([]byte, error) {
fnv.go#L295: func (s *sum32a) UnmarshalBinary(b []byte) error {
fnv.go#L302: *s = sum32a(byteorder.BEUint32(b[4:]))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)